home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / libs / ttrender.lha / ttrender-3.1 / Developer / sfd / ttrender_lib.sfd
Text File  |  2002-05-28  |  1KB  |  36 lines

  1. ==id $Id: ttrender_lib.sfd 3.0 2002/05/27 19:33:00 krashan Exp krashan $
  2. ==base _TTRenderBase
  3. ==basetype struct Library*
  4. ==libname ttrender.library
  5. ==bias 30
  6. ==public
  7. ==include <exec/types.h>
  8. ==include <utility/tagitem.h>
  9. ==include <libraries/ttrender.h>
  10. ==version 1
  11. BOOL TT_PutStr(UBYTE *string) (a0)
  12. BOOL TT_PutUStr(UWORD *string) (a0)
  13. BOOL TT_SetFont(STRPTR name, UWORD size) (a0,d0)
  14. BOOL TT_PutStrTagList(UBYTE *string, struct TagItem *taglist) (a0,a1)
  15. ==varargs
  16. BOOL TT_PutStrTags(UBYTE *string, Tag tag1, ...) (a0,a1)
  17. BOOL TT_PutUStrTagList(UWORD *string, struct TagItem *taglist) (a0,a1)
  18. ==varargs
  19. BOOL TT_PutUStrTags(UWORD *string, Tag tag1, ...) (a0,a1)
  20. ULONG TT_SetModesTagList(struct TagItem *taglist) (a0)
  21. ==varargs
  22. ULONG TT_SetModesTags(Tag tag1, ...) (a0)
  23. ==version 2
  24. ULONG TT_GetFontAttrsTagList(struct TagItem *taglist) (a0)
  25. ==varargs
  26. ULONG TT_GetFontAttrsTags(Tag tag1, ...) (a0)
  27. ULONG TT_StrWidth(UBYTE *string) (a0)
  28. ULONG TT_UStrWidth(UWORD *string) (a0)
  29. ==version 3
  30. BOOL TT_OpenFontTagList(struct TagItem *taglist) (a0)
  31. ==varargs
  32. BOOL TT_OpenFontTags(Tag tag1, ...) (a0)
  33. ==end
  34.  
  35.  
  36.